home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-08-22 | 2.2 KB | 160 lines |
- [TAG]
- dbset=webSet
- dbif=webIf
- dbelse=webElse
- dbabort=webAbort
- dblocation=webLocation
- dbmail=webMail
- dbinclude=webInclude
- dbquery=webDbQuery
- dbinsert=webDbInsert
- dbupdate=webDbUpdate
- dbsql=webDbQueryMore
- dboutput=webPrint
- dbtable=webPrintTable
- dbcol=webPrintTableCol
- dbtransaction=webTransaction
- dbcookie=webCookie
-
- [Web+Tags]
- TalentSoft(tm) Web+(tm)
- Language Quick Reference Summary
-
- ***Data Types
- Number Type
- String Type
- Array Type
-
- ***Variable Input/Output Statements
- webSet
- webPrint
-
- ***Math and Logical Functions
- Abs
- Int
- IncrementValue
- DecrementValue
- Rnd
- DateDiff
- WeekDay
- IsNumeric
- IsDate
- ValidateCC (credit card number validation)
- webEval
- webCheck
-
- ***Environmental Information Functions
- CurrentPath
- GetTempFileName
- CurrentDate
- CurrentTime
- CurrentDateTime
-
- ***Web+ Configuration Functions
- webIniGet
- webIniRefresh
-
- ***String Processing Functions
- Asc
- Chr
- LCase
- UCase
- LTrim
- RTrim
- Trim
- Len
- Left
- Right
- Mid
- InStr
- StrCat
- StrReplace
- Format
- DateFormat
- TimeFormat
- NumberFormat
- DecimalFormat
- DollarFormat
- YesNoFormat
- ParagraphFormat
- StripCR
- HTMLCodeFormat
- HTMLEditFormat
- ParameterExists
- PreserveSingleQuotes
- URLEncodedFormat
- ValueList
- QuotedValueList
-
- ***Operators
- ^
- *
- /
- %
- +
- -
- & (String Concatenation)
-
- ***Comparison Operators
- = Eq
- != Ne
- =$ EqS
- !=$ NeS
- Lt
- Gt
- Lte
- Gte
- ? Like
- !? NotLike
-
- ***Logical Operators
- && And
- || Or
- ! Not
-
- ***Flow Control Statements
- webAbort
- webIf...webElseIf...webElse
- webSelectCase...webCase...webCaseElse
- webFor...webExitFor
- webWhile...webExitWhile
- webContent
- webLocation
- webInclude
-
- ***Program Execution Statements
- webRun
-
- ***SMTP Mail Statements
- webMail
-
- ***File Processing Statements
- webFileOpen
- webFileClose
- webFileCopy
- webFileRename
- webFileDelete
- webFileGetChar
- webFileGetLine
- webFilePutChar
- webFilePutLine
- webGetProfile
- webPutProfile
-
- ***Database Processing Statements
- webDbInsert
- webDbUpdate
- webDbQuery
- webDbQueryMore
- webDbTransaction
- webDbRollBack
- webPrint
- webPrintTable
- webPrintTableCol
-
- ***Cookie Statements
- webCookie
-
- ***Other Misc. Statements
- webBeep
-